googleAuthRsearchConsoleRgoogleAuthRgoogleAnalyticsRgoogleComputeEngineR (Cloudyr)bigQueryR (Cloudyr)googleCloudStorageR (Cloudyr)googleLanguageR (rOpenSci)Slack group to talk around the packages #googleAuthRverse
googleCloudVisionRgoogleKubernetesRA 40 mins talk at Google Next19 with lots of new things to try!
https://www.youtube.com/watch?v=XpNVixSN-Mg&feature=youtu.be
Great video that goes more into Spark clusters, Jupyter notebooks, training using ML Engine and scaling using Seldon on Kubernetes that I haven’t tried yet
https://www.rocker-project.org/
FROM rocker/tidyverse:3.6.0
MAINTAINER Mark Edmondson (r@sunholo.com)
## Install packages from CRAN
RUN install2.r --error \
-r 'http://cran.rstudio.com' \
googleAuthR \
googleComputeEngineR \
googleAnalyticsR \
searchConsoleR \
googleCloudStorageR \
bigQueryR \
## install Github packages
&& installGithub.r MarkEdmondson1234/youtubeAnalyticsR \
## clean up
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds \